html,
body {
	min-width: 1200px;
	width: 100%;
	margin: 0;
	padding: 0;

}


.headerWrap {
	min-width: 1170px;
	width: 100%;
	height: 90px;
	background: rgba(14, 14, 14, 1);
	position: fixed;
	top: 0;
	z-index: 99999999;

}

.wrap-h {
	width: 1170px;
	height: 32px;
	margin: 0 auto;
	display: block;

}

.wrap-h-l {

	width: 500px;
	height: 32px;
	float: left;

}

.wrap-h-l span {
	color: rgba(178, 178, 178, 1);
	float: left;
	font-size: 12px;
	line-height: 32px;
	padding-right: 5px;
}

.wrap-h-l a.a1 {
	font-size: 12px;
	font-family: PingFang-SC-Medium, 'PingFang SC';
	font-weight: 500;
	color: rgba(178, 178, 178, 1);
	line-height: 32px;
	float: left;
	padding-right: 5px;
	text-decoration: none;
}

.wrap-h-l a.a1:hover {
	color: #ffffff;
}

.wrap-b {
	width: 1170px;
	height: 58px;
	display: block;
	margin: 0 auto;

}

.wrap-h-c {
	width: 170px;
	height: 20px;
	background: rgba(68, 68, 68, 1);
	border-radius: 10px;
	float: right;
	margin: 6px 40px 0;
	position: relative;
}


.wrap-h-c input {
	width: 150px;
	height: 20px;
	background: none;
	float: left;
	border: none;
	outline: medium;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 10px;
}

.wrap-h-c button {
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	outline: medium;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 10px;
}

.searchImage {
	width: 9px;
	height: 9px;
	display: block;
	margin: auto;
}

.wrap-h span.navs1 {
	font-size: 12px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 32px;
	float: right;
	margin-right: 37px;
}

.headerWrap .wa0 {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #B2B2B2;
	line-height: 32px;
	float: right;
	text-decoration: none;
}

/**/
.logoImage {
	/*width: 109px;*/
	height: 31px;
	margin-top: 14px;
	float: left;
}

.wrap-b-m {
	overflow: hidden;
	position: relative;
	height: 58px;
	float: right;
}

.wrap-b-m div.a1 {
	float: left;
	height: 100%;
	display: block;
	line-height: 58px;
	margin-left: 24px;
	color: #F9F9F9;
	position: relative;
	font-size: 16px;
	text-decoration: none;


}



.wrap-b-m a.aTag {
	color: #ffffff;
	font-weight: normal;
	line-height: 58px;
	text-decoration: none;
}


.wrap-b-m div:hover a.aTag {
	color: #3CC5BF;
	font-weight: normal;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;

}

h3 {
	margin: 0;
	padding: 0;
}


.wrap-b-m span.upArrow {
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 3px;
	position: relative;
	z-index: 999;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}

.wrap-b-m div:hover span.upArrow {

	border: solid #3CC5BF;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: relative;
	z-index: 999;
	margin-bottom: 0px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);


}

.wrap-b-m-down {
	width: 355px;
	height: 130px;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 10px 0px rgba(138, 138, 138, 0.28);
	clear: both;
	left: -10px;
	padding-left: 10px;
	border-bottom: 3px solid #f5f5f5;
	z-index: 999999
}

.wrap-b-m div:hover .wrap-b-m-down {
	display: block;
}


.wrap-b-m-down a {
	text-align: center;
}

.wrap-b-m-down a.a2 {
	width: 78px;
	height: 34px;
	font-size: 14px;
	font-family: 'PingFang SC';
	font-weight: normal;
	color: rgba(153, 153, 153, 1);
	line-height: 14px;
	float: left;
	line-height: 34px;
	margin: 7px 7px 0 40px;
	text-decoration: none;
}

.wrap-b-m-down a.a2-l {
	margin-left: 7px;
}

.wrap-b-m-down a.a2:hover {
	color: rgba(255, 0, 114, 1);
	background: rgba(249, 249, 249, 1);
}



.nav-b-info {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	display: none;
	z-index: 99999999;
	opacity: 0.95;
}

.nav-b-info-c {
	position: absolute;
	width: 1170px;
	height: 100%;
	left: 50%;
	margin-left: -585px;
	top: 0;
}

.nav-b-info-c-o {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav-b-info-c-o-a1 {
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #3CC5BF;
	line-height: 84px;
}

.nav-b-info-c-o-s1 {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 84px;
	margin-left: 8px;
}

.wrap-b-m-down-t-o a.a3:hover {
	color: rgba(255, 0, 114, 1);
	background: rgba(249, 249, 249, 1);

}


.nav-b-info-c-o-b {
	width: 800px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 16px;
}

.nav-b-info-c-o-s2 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
	border-left: 4px solid #3CC5BF;
	padding-left: 16px;
	margin-bottom: 8px;
}

.nav-b-info-c-o-s2-l {
	display: block;
	width: 100px;
	height: 1px;
	background: #E5E5E5;
	margin-top: 4px;
}

.nav-b-info-c-o-a2 {
	float: left;
	width: 200px;
	height: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 4px;
}

.nav-b-info-c-o-a2-w {
	width: 100px;
}

.nav-b-info-c-o-b-w {
	width: 400px;
}

.nav-b-info-c-o-b:hover .nav-b-info-c-o-s2 {
	color: #3CC5BF;
}


.wrap-b-m div:hover .wrap-b-m-down-news {
	display: block;
}

.nav-b-info-c-o-a2:hover {
	color: #3CC5BF;
}


.wrap-p {
	position: absolute;
	width: 400px;
	height: 400px;
	float: right;
	overflow: hidden;
	display: block;
	right: 0;
	top: 100px;
}

.nav-b-info-line{
	width: 2px;
	height: 252px;
	background: #818181;
	position: absolute;
	left: 0;
	top: 0;
}
.nav-b-info-c-o-a3{
	width: 370px;
	height: 252px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-bottom: 30px;
}

.navBanner{
	width: 370px;
	height: 252px;
	object-fit: cover;
	display: block;
}

.nav-b-info-c-o-a5{
	display: block;
	width: 200px;
	height: 44px;
	background: #3CC5BF;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	margin-left: 100px;
	clear: both;
}

.nav-b-info-img{
	width: 100%;
	opacity: 0;
	display: block;
	object-fit: cover;
	min-height: 450px;
}